home *** CD-ROM | disk | FTP | other *** search
/ Challenge Pack 3 / Challenge Pack 3.iso / cdgames / tst.bat < prev    next >
Encoding:
DOS Batch File  |  1994-03-08  |  328 b   |  9 lines

  1. @echo off
  2. cd \
  3. cdgames\t cdgames\swt_chal.pk2 %1 %2 %3 %4
  4. if errorlevel 3 echo Memory exhausted testing, you need more conv. memory
  5. if errorlevel 2 echo Critical error(s) accessing data on the CD disc
  6. if errorlevel 1 echo Data error(s), CD access failure or CD damaged
  7. if not errorlevel 1 echo CD tests okay
  8. cd \cdgames
  9.